home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-1294.lzh / AMOSLIST / text0103.txt < prev    next >
Encoding:
Text File  |  1995-01-03  |  694 b   |  16 lines

  1. Help.
  2.  
  3. Amos is screweing me out of memory.  I've got a huge program, 340 k of source
  4. at 7,400 lines.  Whenever I add a few lines of code, usualy using a few If/else/
  5. endif blocks or a few while wends, I get an Out Of Buffer Space error when I
  6. test the program, and I have to add to the Set Buffer command.  But NOW my set
  7. buffer command is at 70 k!!!  When I put a Print Free in the middle of my
  8. program, it says there's almost 50 k of UNUSED buffer!!!  What's wrong with
  9. Amos here?  Why does it think I need more buffer than I do??
  10. (And no, I don't use HUGe strings, and no, the Print Free was AFTER all the
  11. big Arrays are dimensioned.)
  12.  
  13. Seumas @ Dark Unicorn Productions
  14. (sfmcnally@bix.com)
  15.  
  16.